home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-09-04 | 1.0 KB | 40 lines |
- /*****************************************************************************
- //
- // Copyright (C) 1991 Texas Instruments Incorporated.
- //
- // Permission is granted to any individual or institution to use, copy, modify,
- // and distribute this software, provided that this complete copyright and
- // permission notice is maintained, intact, in all copies and supporting
- // documentation.
- //
- // Texas Instruments Incorporated provides this software "as is" without
- // express or implied warranty.
- //
- *****************************************************************************
- *
- * Author: Martin Neath
- * Filename: Imakefile
- * Module: pisces/par
- * Purpose: Imake file for par
- * Creation Date: 07/20/90
- *
- *****************************************************************************/
-
- LINKDEP =
- ALLCPLUSDEFS =
-
- MEMMOD = $(COMPACT)
-
- HDRS = par.h
-
- SRCS = par.$(C)
-
- OBJS = par.$(OBJ)
-
- LOCAL_C_DEFS = $(DFLAG)AR_ADD=$(QUOTE)$(ADD)$(QUOTE) $(DFLAG)AR_REPLACE=$(QUOTE)$(UPDATE)$(QUOTE) $(DFLAG)AR_DELETE=$(QUOTE)$(DELETE)$(QUOTE)
-
- All(par)
- OptimizeCObject()
- CProgram(par)
-
-